home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / MEMSZ312.ZIP / SOURCE.ZIP / CATALA.ZIP / CATALA < prev   
Encoding:
Text File  |  1996-02-10  |  508 b   |  20 lines

  1. # Build Catalan language elements of MEMSIZE.
  2. # This module is intended to be included into a more complete Make file.
  3.  
  4. Catala: $*.dll $*.hlp $*.inf
  5.  
  6. Catala.inf: $*.hlp
  7.   If Exist $*.inf Erase $*.inf
  8.   HLP2INF $*.hlp
  9.  
  10. Catala.hlp: $*.ipf MEMSIZE.H MEMSIZE.BMP
  11.   ipfcomp /COU=34 /COD=850 /LAN=ESP $*.ipf
  12.  
  13. Catala.dll: $*.def $*.res dll.obj
  14.   link386 /nologo dll, $*.dll /align:16, nul,, $* ;
  15.   rc $*.res $*.dll
  16.  
  17. Catala.res: $*.rc MEMSIZE.H MEMSIZE.BMP MEMSIZE.ICO
  18.   rc -cc 34 -cp 850 -r $*
  19.  
  20.